home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Multimedia & Desktop / sk8 / SK8InJava / Code / Actors / Rectangle.java < prev    next >
Encoding:
Java Source  |  1997-02-27  |  342 b   |  14 lines  |  [TEXT/CWIE]

  1. /*  SK8 © 1997 Apple Computer, Inc.
  2.     This code is protected under the current SK8 License
  3.     See http://sk8.research.apple.com/ for more information
  4.     Apple Research Laboratories
  5. */
  6.  
  7. import java.awt.*;
  8.  
  9.  
  10. //By default actors are rectangularly shaped.
  11. //We create this rectangle class as a convenience.
  12. class rectangle extends actor {
  13.  
  14. }